UCF STIG Viewer Logo
Changes are coming to https://stigviewer.com. Take our survey to help us understand your usage and how we can better serve you in the future.
Take Survey

System audit tool executables must have mode 0750 or less permissive.


Overview

Finding ID Version Rule ID IA Controls Severity
V-22372 GEN002717 SV-26512r2_rule ECLP-1 Low
Description
To prevent unauthorized access or manipulation of system audit logs, the tools for manipulating those logs must be protected.
STIG Date
HP-UX 11.23 Security Technical Implementation Guide 2015-06-12

Details

Check Text ( C-36439r2_chk )
Verify the audit tools file permissions. The list of files should minimally include the following:
audevent - Change/display event/system call status.
audfilter - Load/clear/display the audit filtering policy.
auditdp - Selectively read/write and convert/format the audit data.
audisp - Display audit records.
audomon - Audit file monitoring and size parameter setpoints.
audsys - Start/stop auditing; set/display the audit file or directory information.
userdbset - Select user to be audited.
# ls -lL /usr/sbin/aud* /usr/sbin/userdb*

If any system audit tool has a file permissions greater than 0750, this is a finding.
Fix Text (F-31778r2_fix)
As root, change the file permissions.
# chmod 0750